CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - B-spline 插值

搜索资源列表

  1. deBoor

    2下载:
  2. de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline - curve interpolation, given vertex
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:jo Wang
  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method for the control vertices
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4993
    • 提供者:jo Wang
  1. graphicDemo

    0下载:
  2. 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的Hermite曲线、Bezier曲线及B样条曲线平面中的凸壳算法-a simple graphic display systems, including polygon filling, Multi-point interpolation (approximate) Hermite curve, Bezier curves and B-spline curves of convex hull algorithms, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:70668
    • 提供者:qbj
  1. pathedit0919

    0下载:
  2. 三维骨架运动数据bvh的读取,显示,基于B样条的路径编辑,运动编辑,多种骨架插值算法(四元数+B样条插值)-3D skeleton movement data bvh read, display, based on B-spline path of the editors, sports editors, Skeleton various interpolation algorithm (Quaternion B-spline interpolation)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:922243
    • 提供者:Ian
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. Tc2.0Bsplinesrc

    0下载:
  2. turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39730
    • 提供者:bug
  1. 2003374315

    0下载:
  2. 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1843
    • 提供者:梁小秋
  1. Work3_lyl

    0下载:
  2. 对已有的坐标数据用B样条插值的方法进行曲线拟合,左边可以显示数据,并可通过调用文件的方法输入数据。-have the right coordinates data with B-spline interpolation method of curve fitting, and to the left shows data, as well as by calling the document the input data.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55417
    • 提供者:lyl
  1. Bsplinecurve.rar

    0下载:
  2. 基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。,VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations u
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:141821
    • 提供者:梦琦
  1. B_

    4下载:
  2. 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-21
    • 文件大小:3513344
    • 提供者:fangjuan
  1. Deboor

    0下载:
  2. 三次四阶B样条插值算法的C++实现,三次四阶B样条插值算法的C++实现-Three fourth-order B-spline interpolation algorithm in C++, and three fourth-order B-spline interpolation algorithm in C++,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3811732
    • 提供者:cindy
  1. src

    1下载:
  2. 图像线性插值,包括nearest neighbor(pixel duplication),bilinear,bicubic,lanczos,B-spline, cubic,Fourier zero-padding (sinc)-Image linear interpolation, including nearest neighbor (pixel duplication), bilinear, bicubic, lanczos, B-spline, cubic, Fourier zero-pa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:77264
    • 提供者:richard
  1. afdfdsfads

    0下载:
  2. 本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:217087
    • 提供者:jack
  1. bspline

    1下载:
  2. B样条曲线(三种端点条件的插值B样条)的代码-B-spline
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:144296
    • 提供者:宋浩
  1. Bspline

    0下载:
  2. B 样条图像插值相关论文,希望对大家有用-B-spline image interpolation related papers, we want to be useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2469853
    • 提供者:medyuanxiao
  1. cubicbspline

    0下载:
  2. 经过修改后可以准确对数据进行三次B样条插值,在原有基础上做了很大改进。-Modified to exact on cubic B-spline data interpolation, based on the original made a great improvement.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1840
    • 提供者:陈涛
  1. 3B-sline

    0下载:
  2. 三次B样条曲线的算法研究,关于插值的选取和处理-Cubic B-spline curve algorithm, the selection and processing of interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:xukeda
  1. CI

    0下载:
  2. B样条曲线插值,C++实现的,供大家参考-B-spline curve interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1110981
    • 提供者:MyName
  1. lbptest

    0下载:
  2. 图像处理 使用圆形插值LBP算法提取特征 计算一个像素的B样条插值-Circular interpolation using image processing algorithms to extract LBP features a pixel calculated B-spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4534017
    • 提供者:shangjingbo
  1. curve

    0下载:
  2. 这是一个基于Visual C++ 6.0的windows程序,利用说三次样条插值,B样条插值,和Bezier曲线实现了曲线的生成-This is based on Visual C++ 6.0 for windows programs, the use of that cubic spline interpolation, B-spline interpolation, and Bezier curves to achieve the generation of the curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2006436
    • 提供者:zhouting
« 1 2 34 5 »
搜珍网 www.dssz.com